Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NDiagramSurface<TItem,TItemCollection,TSelection> Class / Sxph Method


In This Topic
    Sxph Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function Sxph( _
       ByVal txph As NMargins, _
       ByVal Uxph As System.Double, _
       ByVal vxph As System.Double _
    ) As NRectangle
    'Usage
     
    
    Dim instance As NDiagramSurface(Of TItem,TItemCollection,TSelection)
    Dim txph As NMargins
    Dim Uxph As System.Double
    Dim vxph As System.Double
    Dim value As NRectangle
     
    value = instance.Sxph(txph, Uxph, vxph)
    internal NRectangle Sxph( 
       NMargins txph,
       System.double Uxph,
       System.double vxph
    )

    Parameters

    txph
    Uxph
    vxph
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also